projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22b2e9c
)
; * src/composite.c (syms_of_composite): Fix last change.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 2 Jun 2020 17:46:26 +0000
(20:46 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 2 Jun 2020 17:46:26 +0000
(20:46 +0300)
src/composite.c
patch
|
blob
|
history
diff --git
a/src/composite.c
b/src/composite.c
index 5c56107fb777665f40d123246aa06c9c7ccc08d0..2c589e4f3a9eeeadbf791678dcfff24f69bf3afc 100644
(file)
--- a/
src/composite.c
+++ b/
src/composite.c
@@
-1988,7
+1988,8
@@
a function to call to compose that character.
The element at index C in the table, if non-nil, is a list of
composition rules of the form ([PATTERN PREV-CHARS FUNC] ...);
-they must be in the descending order of PREV-CHARS values.
+the rules must be specified in the descending order of PREV-CHARS
+values.
PATTERN is a regular expression which C and the surrounding
characters must match.